Add a basic example and implementation in Delphi#2
Merged
NickVolynkin merged 4 commits intomainfrom Feb 27, 2026
Merged
Conversation
d522a9a to
c3a3652
Compare
416fe8b to
960ff61
Compare
962e302 to
c87b66e
Compare
ca91ae9 to
328550f
Compare
Abadzhev
reviewed
Feb 17, 2026
dc62063 to
e8e6d63
Compare
Abadzhev
reviewed
Feb 20, 2026
0ecf344 to
57165da
Compare
- Load a report layout from 'Order.repx' - Read the order ID as a CLI parameter - Connect to the sample database `nwind.db` using SQLite - Export and write a report to 'Order_<id>.pdf' Co-authored-by: Alexey Pertsev <alexey.pertsev@devexpress.com> Co-authored-by: Ilia Nenashev <ilia.nenashev@devexpress.com> Co-authored-by: Denis Garavsky <denis.garavsky@devexpress.com>
Co-authored-by: Dmitry Eliseev <dmitry.eliseev@devexpress.com> Co-authored-by: Vladimir Abadzhev <vladimira@devexpress.com> Co-authored-by: Denis Garavsky <denis.garavsky@devexpress.com>
57165da to
a38522b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This example uses DevExpress Reports for Delphi/C++Builder to generate reports in a command line application.
delphi: Add an example application
nwind.dbusing SQLitereadme: Describe the example: test, implement, links to read
repo: Define repository description and tags
git: Ignore build and output files (pdf, docx, zip)